Skip to main content

All Questions

2votes
0answers
42views

Looping JSON to get matching values from Database

I have a need to take in a payload that looks like this: ...
VinnyGuitara's user avatar
4votes
1answer
3kviews

Trying to map JSON to different classes in web API [closed]

I have a controller action that takes JSON bodies. I know, that the JSON is either of type A or B, where both classes are of ...
rst's user avatar
  • 207
4votes
3answers
3kviews

Generic WebRequest Method for .PCL

I have created this method to do all my WebRequests. Generally my question is, if this could be improved in any way. As a side question, I would like to know if it be better to create methods for ...
Felix D.'s user avatar

close